IMotion.GetAxisState method
Gets the state of the selected axis.
Namespace: IntervalZero.KINGSTAR.Base.ApiAssembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
KsReturn<AxisState> GetAxisState(
int Index
)
Function GetAxisState(
Index As Integer
) As KsReturn(Of AxisState)
Parameters
Index [in]
Type: int
The index of an axis. Indexes are zero based. Aliases affect this parameter.
Return value
Returns a KsError code and an AxisState value.
Examples
N/A
See also